home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Winter Shell 1.0d2 / Source / Libraries / DebugLib / DebugLib.h < prev   
Encoding:
C/C++ Source or Header  |  1994-01-20  |  307 b   |  10 lines  |  [TEXT/KAHL]

  1. #pragma once
  2. #include <stdarg.h>
  3. #include "MenuLib.h"
  4. Boolean DebugMenu(const MenuPickType *pick);
  5. void DebugAdjustMenu(void);
  6. void DebugPrintf(const char *fmt, ...);
  7. void DebugVPrintf(const char *fmt, va_list ap);
  8. const /* EventTableType */ void *DebugEventTable(void);
  9. void DebugEventTableRegister(void);
  10.